﻿.footerbox {
    width: 100%;
    background: #DBDBDB;
}

.footercontent {
    width: 86%;
    margin: 0 auto;
}

.footertop {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 14px;
    border-bottom: 3px solid #3E3A39;
}

.foot_menu_title {
    font-size: 28px;
    color: #3E3A39;
}

.foot_menu_item {
    margin-top: 40px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

    .foot_menu_item li {
        font-size: 17px;
        color: #3E3A39;
        margin-bottom: 20px;
        margin-right: 80px;
    }

.footerbottom {
    margin-top: 22px;
    padding-bottom: 22px;
}

    .footerbottom span {
        font-weight: 400;
        font-size: 18px;
        color: #3E3A39;
        margin-right: 50px;
    }

        .footerbottom span a {
            color: #3E3A39;
        }

.foot_menu_item li a {
    color: #3E3A39;
}

    .foot_menu_item li a:hover {
        color: #002063;
        font-weight: bold;
    }
